object deltemp: Tdeltemp Left = 230 Top = 226 BorderIcons = [] BorderStyle = bsDialog Caption = 'Dialogue' ClientHeight = 86 ClientWidth = 170 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 0 Top = 0 Width = 169 Height = 49 Shape = bsFrame end object Label1: TLabel Left = 8 Top = 8 Width = 153 Height = 33 Alignment = taCenter AutoSize = False Caption = 'Delete Temp Directory?' Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Button1: TButton Left = 8 Top = 56 Width = 75 Height = 25 Caption = 'Yes' TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 88 Top = 56 Width = 75 Height = 25 Caption = 'No' TabOrder = 1 OnClick = Button2Click end end